body {
    padding-top: 56px;
    margin: 0px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-hero {
   background:rgb(39, 200, 39);
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #1BA784
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */
footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}





.lightblue{
    background:rgb(0, 238, 255);
}




.random-background{
    background-image: url(https://static.igem.wiki/teams/4946/wiki/lab-photos/whatsapp-image-2023-06-21-at-8-57-20-am.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
    padding-bottom:300px;
    background-color:rgb(25,0,215);
    background-blend-mode:multiply;
}


.pic-slideshow{
    display:flex;
    overflow-x:scroll;
    scroll-snap-type: x mandatory;
}

.pic{
    min-width:500px;
    scroll-snap-align:center;
}




/* #navbarSupportedContent{
    position: relative;
    right:20px;
} */


.grid{
    display: grid;
    grid-template-columns: 20% 80%;
    justify-items: end;
    /* gap:1px solid black; */    
  }
p{
    font-size: 1.1rem;
    line-height: 1.6;
    /* text-wrap:balance */
}  
.sec-nav{
    padding: 20px;
    float: left;
    margin-top: 90px;
    padding-bottom: 20px;
    background-color: rgb(72, 242, 72);
    color:blue;
    border-radius: 30px;
    text-align: center;
    position:sticky;
    top:150px;
    text-wrap:balance;
    max-width: 250px;
    justify-self:end;
    min-width: 240px;


    /* transform: translateX(100px); */
    /* width:80%; */
    /* width:minmax(50px,70px); some problems here */
    /* right:0px;
    justify-self: right; */
    
    /* border-right: 1px solid black; */
    
  }
  
  .sec-na{
  margin-bottom: 0px;
  font-size: 24px;
  }
  
  .sec-nav li{
     text-align: left;
  }
  
  .sec-nav a{
  color:#000;
  }
 




  .content{
    max-width: 80%;
  }
  .grid-center{
    display: grid;
    place-items: center;
  }
  .Title{
    font-size: 26px;
    font-weight: bold;
  }

.summary{

        border: 2px solid black;
        background-color: bisque;
        color: rgb(40, 40, 40);
        margin: 20px;
        padding: 20px;
        border-radius: 50px;
    
}


  img{
    max-width: 600px;
  }
  .space100px{
    height: 100px;
  }
  .space20{
    height: 20px;
  }
  nav{
    padding: 9px;
  }
  
  /* b,.Title{

  } */

  /* *{
    font-family: ;
  } */